|
|
|
|
GridLinesStyleEnum Enumeration |
Defines the grid lines style.
Syntax GridLinesStyleEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum GridLinesStyleEnum |
C# |
public enum GridLinesStyleEnum |
C++ |
public enum class GridLinesStyleEnum |
Member |
Value |
Description |
None | 0 | No grid lines are shown. |
Vertical | 1 | Vertical grid lines are shown. |
Horizontal | 2 | Horizontal grid lines are shown. |
Both | 3 | Both horizontal and vertical grid lines are shown. |
Comments
The GridLinesStyleEnum enumeration defines the grid lines style.